home *** CD-ROM | disk | FTP | other *** search
- module oRoot1 is cBox
- with
- Flags is $00000152;
- release Editor:
- IOWindow is {$00000146,$00000100,$0000028F,$000001EF,$00000000,$FFFFFFED,$00000000,$00000000};
- LayoutWindow is {$00000142,$0000002A,$0000028F,$000001EF,$00000055,$0000003A,$00000064,$00000000};
- end;
- Name is "Root";
- Enabled is false;
-
- Width is 470; Height is 364;
-
-
- Elements is [
- oRegistration2
- ];
- end;
-
- object oRegistration2 is cRTFText
- with
- Flags is $00000054;
- Name is "Registration";
- Cursor is oDontCursor;
- Y is 16;
- Width is 470; Height is 348;
-
- URL is "L1/Registration.rtf";
- Transparent is true;
-
- Events is [
- cHotTextEvent
- with Flags is $00000004; Mode is MouseEnter; TextData is "trigger";
- Commands is [
- cSetElementCursorCommand
- with Target is oTargetSelf; Cursor is oFingerCursor; end
- ];
- end,
- cHotTextEvent
- with Flags is $00000004; Mode is MouseLeave; TextData is "trigger";
- Commands is [
- cSetElementCursorCommand
- with Target is oTargetSelf; Cursor is oDontCursor; end
- ];
- end,
- cHotTextEvent
- with Flags is $00000004; TextData is "trigger";
- Commands is [
- cLaunchCommand
- with URL is "http://www.Web-Fix.com"; Mode is ExecuteBrowser; end
- ];
- end
- ];
- end;
-